SymbTwoCrvsMorphing
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
SymbTwoCrvsMorphing()
SYNOPSIS
symb_lib/morphing.c:53
CagdCrvStruct *SymbTwoCrvsMorphing(CagdCrvStruct *Crv1,
CagdCrvStruct *Crv2,
CagdRType Blend)
DESCRIPTION
Given two compatible curves (See function CagdmakeCrvsCompatible),
computes a convex blend between them according to Blend which must be
between zero and one.
Returned is the new blended curve.
PARAMETERS:
Crv1, Crv2: The two curves to blend.
Blend: A parameter between zero and one
FUNCTION RETURN VALUE
CagdCrvStruct *: Crv2 * Blend + Crv1 * (1 - Blend).
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:13 GMT, October 17, 2022